func github.com/go-pg/pg/v10/orm.sqlType

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L1223: 			sqlType := sqlType(field.Type.Elem())
		table.go#L1228: 	sqlType := sqlType(field.Type)
		table.go#L1232: func sqlType(typ reflect.Type) string {